home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / pref / nsIPrefBranchInternal.h < prev    next >
C/C++ Source or Header  |  2006-05-08  |  2KB  |  87 lines

  1. /*
  2.  * DO NOT EDIT.  THIS FILE IS GENERATED FROM nsIPrefBranchInternal.idl
  3.  */
  4.  
  5. #ifndef __gen_nsIPrefBranchInternal_h__
  6. #define __gen_nsIPrefBranchInternal_h__
  7.  
  8.  
  9. #ifndef __gen_nsIPrefBranch2_h__
  10. #include "nsIPrefBranch2.h"
  11. #endif
  12.  
  13. /* For IDL files that don't want to include root IDL files. */
  14. #ifndef NS_NO_VTABLE
  15. #define NS_NO_VTABLE
  16. #endif
  17.  
  18. /* starting interface:    nsIPrefBranchInternal */
  19. #define NS_IPREFBRANCHINTERNAL_IID_STR "d1d412d9-15d6-4a6a-9533-b949dc175ff5"
  20.  
  21. #define NS_IPREFBRANCHINTERNAL_IID \
  22.   {0xd1d412d9, 0x15d6, 0x4a6a, \
  23.     { 0x95, 0x33, 0xb9, 0x49, 0xdc, 0x17, 0x5f, 0xf5 }}
  24.  
  25. /**
  26.  * An empty interface to provide backwards compatibility for existing code that
  27.  * bsmedberg didn't want to break all at once. Don't use me!
  28.  *
  29.  * @status NON-FROZEN interface WHICH WILL PROBABLY GO AWAY.
  30.  */
  31. class NS_NO_VTABLE nsIPrefBranchInternal : public nsIPrefBranch2 {
  32.  public: 
  33.  
  34.   NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPREFBRANCHINTERNAL_IID)
  35.  
  36. };
  37.  
  38. /* Use this macro when declaring classes that implement this interface. */
  39. #define NS_DECL_NSIPREFBRANCHINTERNAL \
  40.   /* no methods! */
  41.  
  42. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  43. #define NS_FORWARD_NSIPREFBRANCHINTERNAL(_to) \
  44.   /* no methods! */
  45.  
  46. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  47. #define NS_FORWARD_SAFE_NSIPREFBRANCHINTERNAL(_to) \
  48.   /* no methods! */
  49.  
  50. #if 0
  51. /* Use the code below as a template for the implementation class for this interface. */
  52.  
  53. /* Header file */
  54. class nsPrefBranchInternal : public nsIPrefBranchInternal
  55. {
  56. public:
  57.   NS_DECL_ISUPPORTS
  58.   NS_DECL_NSIPREFBRANCHINTERNAL
  59.  
  60.   nsPrefBranchInternal();
  61.  
  62. private:
  63.   ~nsPrefBranchInternal();
  64.  
  65. protected:
  66.   /* additional members */
  67. };
  68.  
  69. /* Implementation file */
  70. NS_IMPL_ISUPPORTS1(nsPrefBranchInternal, nsIPrefBranchInternal)
  71.  
  72. nsPrefBranchInternal::nsPrefBranchInternal()
  73. {
  74.   /* member initializers and constructor code */
  75. }
  76.  
  77. nsPrefBranchInternal::~nsPrefBranchInternal()
  78. {
  79.   /* destructor code */
  80. }
  81.  
  82. /* End of implementation class template. */
  83. #endif
  84.  
  85.  
  86. #endif /* __gen_nsIPrefBranchInternal_h__ */
  87.